home *** CD-ROM | disk | FTP | other *** search
- ; $HBBS
- ; all user commands for all access levels go here, note that if a user
- ; command is specified in a Level_XX file the same or lower than a users
- ; access level then that door will be used instead of the ones in here...
- ;
- ; door options take the format
- ;
- ; <commandname>_Type_1=NORMAL
- ; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS
- ; <commandname>_Param_1=TEST
- ; <commandname>_Debug_1=YES|NO
- ;
- ; where <commandname> is what the user types in at the command prompt
- ; command name MUST NOT have any nonprintable characters in it as well
- ; as spaces, and preferably no High Ascii....
- ; <doordir> is where the door is located
- ; <doorprogram> is the filename of the door program.
- ;
- ; also note that parameters typed by the user are supplied to the door AFTER
- ; the parameters speceficed in the _Param_ setting, eg. say you had a door
- ; setup as follows
- ;
- ; D_Type_1=NORMAL
- ; D_Door_1=HBBS:Doors/Download.HBBS
- ; D_Param_1=IGNORE_WILDSTAR
- ;
- ; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
- ; run would be "HBBS:Doors/Download.HBBS 1 fred.zip"
- ; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
- ; get it ?
-
- X_Type_1=NORMAL
- X_Door_1=HBBS:Doors/User/Expert/Expert.HBBS
-
- S_Type_1=NORMAL
- S_Door_1=HBBS:Doors/User/Stats/Stats.HBBS
-
- G_Type_1=NORMAL
- G_Door_1=HBBS:Doors/User/LogOut/LogOut.HBBS
-
- ; *** Conference Doors ***
-
- E_Type_1=NORMAL
- E_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
-
- C_Type_1=NORMAL
- C_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
- C_Param_1=COMMENT
-
- U_Type_1=NORMAL
- U_Door_1=HBBS:Doors/User/Upload/Upload.HBBS
- U_Type_2=SSCREEN
- U_Door_2=QuickStats
-
- T_Type_1=CLI
- T_Door_1=Execute HBBS:Doors/User/Time/Time.SCRIPT
- T_Type_2=Screen
- T_Door_2=T:Time
-
- CLS_type_1=CLS
- CLS_door_1=CLS
-
- W_Type_1=NORMAL
- W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS
-
- SL_Type_1=NORMAL
- SL_Door_1=HBBS:Doors/System/SelectLanguage/SelectLanguage.HBBS
-
- LPS_Type_1=NORMAL
- LPS_Door_1=HBBS:Doors/System/LinesPerScreen/LinesPerScreen.HBBS
-
- O_Type_1=NORMAL
- O_Door_1=HBBS:Doors/User/Pager/Pager.HBBS
-